home *** CD-ROM | disk | FTP | other *** search
- Sat Feb 24 14:54:19 1996 Andrew M. Bishop (amb@gedanken)
-
- * xref.c, warn-raw.c, var.c, type.c, slist.c, preproc.c, parse.y, parse.l, parse-yy.h, memory.h, memory.c, latex.c, html.c, func.c, file.c, datatype.h, cxref.h, cxref.el, cxref.c, comment.c, README.tex, README.html, README, Makefile:
- Version 1.0 Released (First release version).
-
- Sun Feb 4 15:41:31 1996 Andrew M. Bishop (amb@gedanken)
-
- * xref.c: Re-ordered the cross referencing.
-
- * memory.h: Added a SafeCalloc() function.
-
- * memory.c:
- Added a SafeCalloc() function and slight mod to DEBUG macros.
-
- * cxref.h: Error in XREF_* macro definitions.
-
- * Makefile: Added default values for CC & CFLAGS, added cxref-query.
-
- Tue Nov 28 19:31:20 1995 Andrew Bishop (amb@dan)
-
- * warn-raw.c:
- Fixed bug where variable or function is global and is referenced in the file and invalid warning was printed.
-
- Fri Nov 24 20:51:40 1995 Andrew Bishop (amb@dan)
-
- * parse.l:
- Made push past work for 'int foo[2]={1,2}; /* */' where the yacc grammar did not ask for ';'.
-
- Fri Nov 24 19:21:36 1995 Andrew Bishop (amb@dan)
-
- * xref.c:
- Fixed bug where functions referenced from a file do not get cross-referenced.
- Tidied up the function cross referencing, rationalising the functions needed.
- Fixed the extern variable fixup where unknown definitions were ignored.
- Changed the variable xref file for variables referenced from files.
- Changed the type definition xref file for not typedef types.
-
- Mon Nov 20 19:09:06 1995 Andrew Bishop (amb@dan)
-
- * Makefile:
- Added 'program' as the default target and put 'program' and 'docs' as dependencies of 'all'.
-
- Sun Nov 19 15:33:28 1995 Andrew Bishop (amb@dan)
-
- * warn-raw.c:
- Fixed bugs with referencing null pointer if some comments are missing.
-
- Wed Nov 15 19:15:01 1995 Andrew Bishop (amb@dan)
-
- * parse.y: Added long long types, removed spaces from ends of lines.
-
- * latex.c: Added hard-space to the tables to stop latex2e breaking.
-
- * cxref.h: Made work on Solaris 2.3
-
- * Makefile: Stopped using echo -n for latex-style.c (fails on SVR4).
-
- Tue Oct 17 20:18:25 1995 Andrew Bishop (amb@dan)
-
- * latex.c, cxref.c, README.tex, README.html, README:
- Added support for LaTeX2e version.
-
- Mon Oct 9 19:19:33 1995 Andrew Bishop (amb@dan)
-
- * latex.c:
- Fixed some problems with the latex() function that converts illegal symbols to a legel format.
-
- Thu Aug 24 20:41:11 1995 Andrew Bishop (amb@dan)
-
- * parse.y, type.c: Fixed bug where 'See Also' for typedefs failed.
-
- Tue Aug 22 20:03:42 1995 Andrew Bishop (amb@dan)
-
- * cxref.c: Fixed bug with -xref options.
-
- Sat Aug 12 16:27:07 1995 Andrew Bishop (amb@dan)
-
- * cxref.el: Split up the "$Header$" string in the cxref-file-comment.
-
- Thu Aug 10 20:09:43 1995 Andrew Bishop (amb@dan)
-
- * cxref.el: Changed the cxref-endline-comment to use c-mode functions.
-
- Sat Aug 5 16:03:11 1995 Andrew Bishop (amb@dan)
-
- * html.c, latex.c: Bug with cross reference of extern variables.
-
- Sat Aug 5 15:44:49 1995 Andrew Bishop (amb@dan)
-
- * xref.c, warn-raw.c, func.c, cxref.h, cxref.c:
- Added -xref[...] options.
- used #defines for -xref[...], -warn[..] and -index[...] options.
-
- * README.tex, README.html, README:
- Added details of the -xref[...] options.
-
- * datatype.h, parse-yy.h, parse.y, memory.c, type.c:
- Fixed xref warnings.
-
- Mon Jul 31 20:54:56 1995 Andrew Bishop (amb@dan)
-
- * warn-raw.c, type.c, datatype.h:
- Typedef, references to other types was bogus.
-
- * latex.c, html.c: Variable and Typedef bugs.
-
- * Makefile: Changed the readme target.
-
- * README.tex, README.html, README: Miscellaneous improvements.
-
- Sun Jul 30 17:53:01 1995 Andrew Bishop (amb@dan)
-
- * README.html, README.tex: Initial revision
-
- * README: Spelling, grammar and syntax changes.
-
- * README.c: Changed the example include files to be system ones.
-
- * Makefile:
- Added a readme target to make README_c.tex and README.c.html.
-
- Sat Jul 29 20:08:53 1995 Andrew Bishop (amb@dan)
-
- * xref.c: Fixed references to external variables.
-
- * warn-raw.c: Added a FilePart output function.
- Renamed the #defines for option_warn options.
-
- * latex.c, html.c:
- Added functions and variables referenced to the file section.
- Added a FilePart output function and added functions and variables referenced in this file section.
-
- * README:
- Renamed a4.sty to page.sty, added cxref.el, improved xref section.
-
- * Makefile: Renamed a4.sty to page.sty.
-
- * cxref.el: Initial revision
-
- Tue Jul 25 20:48:11 1995 Andrew Bishop (amb@dan)
-
- * README: Removed examples to README.c.
- * README.c: Initial revision
-
- * cxref.c: Examples of the trailing and leading comments implemented.
-
- * cxref.h: Two function prototypes removed.
- * func.c, type.c:
- Implement the push through of comments, no spare comment needed and function removed.
- * comment.c: Implement the push through of comments.
- * parse.y, parse.l: Implement the push through of comments.
-
- * file.c: Fix a bug of freeing some data that is not mallocated.
-
- * html.c: Rationalise the usage of the html() function and fix it.
-
- Sun Jul 23 16:23:36 1995 Andrew Bishop (amb@dan)
-
- * parse.l: Handles trailing comments for #define / #include.
- * cxref.h, datatype.h, parse-yy.h, memory.h:
- Modified comment to trailing style for #define / #include.
-
- * README:
- Add explanation of new comment styles and Author / copyright info.
-
- * func.c: Option to have return value comment inline.
-
- * parse.y: Improved error function (reports EOF).
-
- Wed Jul 12 19:02:56 1995 Andrew Bishop (amb@dan)
-
- * html.c: Fixed stupid HTML bug with '<' and '>' special characters.
-
- * Makefile: Changed the rule for all etc (from ':' to '').
-
- Sat Jul 8 14:37:30 1995 Andrew Bishop (amb@dan)
-
- * html.c: Improved HTML.
-
- Mon Jul 3 17:38:06 1995 Andrew Bishop (amb@dan)
-
- * type.c: Big Bug fixes.
-
- Sun Jul 2 17:59:59 1995 Andrew Bishop (amb@dan)
-
- * latex.c: Added changes to mirror html.c.
-
- * html.c: Initial revision
-
- Sun Jul 2 16:00:20 1995 Andrew Bishop (amb@dan)
-
- * cxref.h, cxref.c: Added HTML option.
-
- * latex.c: Renamed the appendix file.
-
- * Makefile, README: Added HTML option.
-
- Sat Jul 1 16:29:46 1995 Andrew Bishop (amb@dan)
-
- * xref.c, warn-raw.c: Handles struct and union non-typedefs.
-
- * type.c: Typedef cross referencing, struct and union non-typedefs.
-
- * parse.y: Handles repeated comments, struct and union non-typedefs.
-
- * parse.l: Handles bogus comment styles.
-
- * latex.c: Typedef cross referencing, Type option.
-
- * datatype.h: Typedef cross referencing.
-
- * cxref.h: New prototypes.
-
- * cxref.c: New options.
-
- * comment.c: Handles repeated comments, can discard partial comments if bogus.
-
- * Makefile: Added LaTeX style sheets, more verbose output.
-
- Wed Jun 28 20:20:09 1995 Andrew Bishop (amb@dan)
-
- * README: Updated with new command line options.
-
- Wed May 3 20:30:04 1995 Andrew Bishop (amb@dan)
-
- * xref.c: New index and warn options.
-
- * warn-raw.c: New warn option.
-
- * var.c: Now includes scope.c.
-
- * type.c: Bug fix.
-
- * parse.y: Better type handling.
-
- * parse.l: Better handling of comments and #defines.
-
- * latex.c: New index and warn options and general tidying up and improvements.
-
- * cxref.h, cxref.c: New index and warn options.
-
- * comment.c: Change for all-comments option (first comment is for file) and tidy up.
-
- * Makefile: Removed scope.c.
-
- Beta testing of this version now.
-
- Wed Apr 26 21:57:27 1995 Andrew Bishop (amb@dan)
-
- * cxref.c:
- Handle -all-comments option and discard all '-...' arguments.
-
- Wed Apr 26 21:45:21 1995 Andrew Bishop (amb@dan)
-
- * type.c: Better handling of comments and multi-file fixed.
-
- * Makefile: Bug fixes for local cpp.
-
- * cxref.c: Handle -all-comments option and discard all '-...' arguments.
-
- * func.c: Handle spare_arg_commment better, variable refs for file.
-
- * parse.y: Many changes, better handling of pointer to functions etc.
-
- * var.c: Mult-file fixed.
-
- * parse.l: New -all-comments option and #define values.
-
- * latex.c: New output stuff and much better LaTeX, using environments etc.).
-
- * warn-raw.c: New outputs.
-
- * xref.c: Output list of typedefs and better handling of function/variable refs.
-
- * scope.c: Removed stray variable CurFile.
-
- * cxref.h: Value of #defines function proto.
-
- * preproc.c: Value of simple #defines.
-
- * datatype.h, file.c: Variable refs for file, value for #defines and visible for variables.
-
- * comment.c: handle -all-comments option.
-
- Sun Apr 23 15:08:36 1995 Andrew Bishop (amb@dan)
-
- * README: Minor change to reflect the new cross referencing.
-
- * Makefile: Add the option to use a local copy of cpp and added the two new files.
-
- * memory.h: Added note about how the memory is used in the program.
-
- * parse.l: Changed some of the memory handling to reduce usage.
-
- * parse-yy.h: Changed to YYDEBUG = true.
-
- * warn-raw.c, xref.c: Function and Variable references and StringLists.
-
- * cxref.c: Handles Makefile option of which cpp.
-
- * latex.c: Have variable and function references.
-
- * parse.y: Multiple changes, to handle function calls, references, typedefs, prototypes and definitions better.
- New error message when YYDEBUG is set.
- Scoping for variables.
-
- * datatype.h: New datatypes for string lists.
-
- * cxref.h: New functions in new files.
-
- * comment.c: No change.
-
- * file.c: Use StringLists and have function references.
-
- * func.c: Use StringLists and have variable and function references.
-
- * preproc.c, type.c, var.c: Use StringLists.
-
- * scope.c, slist.c: Initial revision
-
- Wed Apr 5 20:08:54 1995 Andrew Bishop (amb@dan)
-
- * warn-raw.c, var.c, type.c, preproc.c, parse.l, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
- Second Beta Version, to allow RPC to test it fully.
-
- * README: Initial revision
-
- Mon Apr 3 20:22:00 1995 Andrew Bishop (amb@dan)
-
- * xref.c, warn-raw.c, var.c, type.c, preproc.c, parse.y, parse.l, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
- Stable Version for beta testing.
-
- Sat Mar 25 16:15:54 1995 Andrew Bishop (amb@dan)
-
- * parse.y, parse.l, cpp.l, xref.c, warn-raw.c, var.c, type.c, preproc.c, parse-yy.h, memory.h, memory.c, latex.c, func.c, file.c, datatype.h, cxref.h, cxref.c, comment.c, Makefile:
- Initial revision
-
-